home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 8857 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.5 KB

  1. Path: mail2news.demon.co.uk!genesis.demon.co.uk
  2. From: Lawrence Kirby <fred@genesis.demon.co.uk>
  3. Newsgroups: comp.arch.arithmetic,comp.lang.c,comp.lang.c++
  4. Subject: Re: Access carry flag from C
  5. Date: Mon, 26 Feb 96 23:36:25 GMT
  6. Organization: none
  7. Message-ID: <825377785snz@genesis.demon.co.uk>
  8. References: <Dn1C9z.DGv.0.net@indra.com> <1996Feb1922.17.19.879@koobera.math.uic.edu> <313178D5.41C6@bazis.nl>
  9. Reply-To: fred@genesis.demon.co.uk
  10. X-NNTP-Posting-Host: genesis.demon.co.uk
  11. X-Newsreader: Demon Internet Simple News v1.27
  12. X-Mail2News-Path: genesis.demon.co.uk
  13.  
  14. In article <313178D5.41C6@bazis.nl> fkorntne@bazis.nl "Franz Korntner" writes:
  15.  
  16. >Tanmoy Bhattacharya wrote:
  17.  
  18. >>         The values given below shall be replaced by constant expressions
  19. >>         ... Their implementation-defined values shall be greater in magnitude
  20. >>         (absolute value) to those shown, with the same sign.
  21. >
  22. >does imply that the implementation defined values (the plysical limit) shall
  23. >be greater than the shown constants. thus INT_MAX is a minimal limit as the
  24. >implementation defined maximum can (and according to the above- will be) larger
  25. >than the constant. Right ?!?
  26.  
  27. No, it is saying that the implementation is required to define INT_MAX to
  28. be 32767 or more, and therefore that ints must be able to represent values
  29. up to at least 32767.
  30.  
  31. -- 
  32. -----------------------------------------
  33. Lawrence Kirby | fred@genesis.demon.co.uk
  34. Wilts, England | 70734.126@compuserve.com
  35. -----------------------------------------
  36.